@import url("css2.css");
/* Normalize */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  min-width: 1400px;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
· abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0;
  padding:0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
 
}
a:hover,
a:focus,
a:active {
 
}
a:focus {
   outline: 0;
}
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
p {
  margin: 0px;
}
a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
/*=======  Animations  =======*/
@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%,
  90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes pulseBtnBefore {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulseBtnBefore {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulseBtnAfter {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulseBtnAfter {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateTwo {
  0% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotateTwo {
  0% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes borosoto {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes borosoto {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}
.fix-top-concat {
  width: 78px;
  height: 234px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 666;
  font-size: 12px;
}
.fix-top-concat .imgdiv {
  width: 78px;
  height: 234px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 666;
}
.fix-top-concat img:hover {
  cursor: pointer;
}
.gotop {
  display: none;
}
.tag-right {
  margin: 20px;
  padding: 5px;
  width: 300px;
  height: 60px;
  right: 335px;
  border: 2px solid #eee;
  position: relative;
  background-color: #FFF;
  /*设置圆角*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tag-right:before,
.tag-right:after {
  content: "";
  display: block;
  border-width: 15px;
  position: absolute;
  right: -30px;
  top: 20px;
  border-style: dashed solid solid dashed;
  border-color: transparent transparent transparent #eee;
  font-size: 0;
  line-height: 0;
}
.tag-right:after {
  right: -27px;
  border-color: transparent transparent transparent #FFF;
}
.wechat-detail {
  display: none;
  margin: 20px;
  padding: 5px;
  width: 113px;
  height: 134px;
  right: 141px;
  top: -34px;
  border: 2px solid #eee;
  position: relative;
  background-color: #FFF;
  /*设置圆角*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wechat-detail:before,
.wechat-detail:after {
  content: "";
  display: block;
  border-width: 8px;
  position: absolute;
  right: -16px;
  top: 42px;
  border-style: dashed solid solid dashed;
  border-color: transparent transparent transparent #eee;
  font-size: 0;
  line-height: 0;
}
.wechat-detail:after {
  right: -13px;
  border-color: transparent transparent transparent #FFF;
}
.email-detail {
  display: none;
  margin: 20px;
  padding: 5px;
  width: 197px;
  height: 34px;
  right: 217px;
  top: 82px;
  border: 2px solid #eee;
  position: relative;
  background-color: #FFF;
  /*设置圆角*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.email-detail:before,
.email-detail:after {
  content: "";
  display: block;
  border-width: 8px;
  position: absolute;
  right: -16px;
  top: 7px;
  border-style: dashed solid solid dashed;
  border-color: transparent transparent transparent #eee;
  font-size: 0;
  line-height: 0;
}
.email-detail:after {
  right: -13px;
  border-color: transparent transparent transparent #FFF;
}
.gotop-detail {
  display: none;
  margin: 20px;
  padding: 5px;
  width: 72px;
  height: 34px;
  right: 100px;
  top: 159px;
  border: 2px solid #eee;
  position: relative;
  background-color: #FFF;
  /*设置圆角*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.gotop-detail:before,
.gotop-detail:after {
  content: "";
  display: block;
  border-width: 8px;
  position: absolute;
  right: -16px;
  top: 7px;
  border-style: dashed solid solid dashed;
  border-color: transparent transparent transparent #eee;
  font-size: 0;
  line-height: 0;
}
.gotop-detail:after {
  right: -13px;
  border-color: transparent transparent transparent #FFF;
}
/*======= Preloader =======*/
div#preloader {
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div#preloader .loader-cubes {
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  position: absolute;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
div#preloader .loader-cubes .loader-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
div#preloader .loader-cubes .loader-cube::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  background: #547af8;
}
div#preloader .loader-cubes .loader-cube.loader-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
div#preloader .loader-cubes .loader-cube.loader-cube2::before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
div#preloader .loader-cubes .loader-cube .loader-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
div#preloader .loader-cubes .loader-cube .loader-cube4::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
div#preloader .loader-cubes .loader-cube .loader-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
div#preloader .loader-cubes .loader-cube .loader-cube3::before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.contain {
  width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
.main-btn {
  height: 50px;
  padding: 0px 20px;
  background-color: #547af8;
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  line-height: 50px;
  position: relative;
  z-index: 1;
  border: none;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif;
}
.main-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  background-color: #051c35;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
}
.main-btn:hover {
  color: #fff;
}
.main-btn:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.header {
  height: 80px;
  animation: sticky 1.2s;
  background:#fff;
  /*//background:linear-gradient(180deg, #0a3b9e 1%, rgba(0, 68, 55, 0) 99%);*/
  /*-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);*/
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  /*position: absolute;*/
  /*left:0;*/
  /*top:0;*/
  width: 100%;
  z-index: 999;
}
.header-navigation {
  display: flex;
  justify-content: space-between;
}
.header-navigation .header-logo {
  height: 80px;
  display: block;
  line-height: 80px;
}
.header-navigation .parent-menu li {
  display: inline-block;
  line-height: 80px;
  position: relative;
}
.header-navigation .parent-menu li .dd-trigger {
  font-size: 16px;
  font-weight: 500;
  color: #b1b1b1;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-navigation .parent-menu li a {
  font-size: 16px;
  color: #666;
  padding: 10px;
  margin: 0 15px;
}
.header-navigation .parent-menu li a:hover {
  text-decoration: none;
  color: #666;
  font-weight: bold;

}
.header-navigation .parent-menu li:hover .dd-trigger {
  color: #547af8;
}
.header-navigation .parent-menu li .submenu {
  position: absolute;
  left: -5%;
  top: 100%;
  width: 110%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  height: auto;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #547af8;
  opacity: 0;
  visibility: hidden;
  
}
.header-navigation .parent-menu li .submenu li {
  line-height: 1;
  margin: 0;
  display: block;
}
.header-navigation .parent-menu li .submenu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header-navigation .parent-menu li .submenu li a {
  padding: 14px 20px;
  font-size: 14px;
  display: block;
  margin: 0;
  color:#666;
  text-align: center;
  transition: 0.5s;
}
.header-navigation .parent-menu li .submenu li a:hover {
  background-color: #1f497d;
  color: #fff;
}
.header-navigation .parent-menu li .submenu li .submenu {
  left: 100%;
  top: 20%;
}
.header-navigation .parent-menu li .submenu li:hover > .submenu {
  top: 0;
}
.header-navigation .parent-menu li:hover > .submenu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}
.fixed {
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: #fff;
}
.banner-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.banner-wrap .banner {
 
  /* padding-top: 117px; */
  display: flex;
  justify-content: space-between;
  position: relative;
}
.banner-wrap .banner-menu {
  width: 100%;
  background: rgba(10, 59, 158, 0.51);
  height: 50px;
  position: absolute;
  bottom: 0;
  z-index: 666;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
}
.banner-wrap .banner-menu a {
  color: #fff;
}
.banner-wrap .banner-menu .line {
  padding: 0 10px;
}
.aboutus {
  background: #fff;
  padding: 30px;
}
.aboutus .aboutus-text {
  width: 580px;
}
.aboutus .aboutus-text .aboutus-info-wrap {
  line-height: 1.8;
  font-size: 16px;
  padding-top: 20px;
  color: #6f7987;
}
.aboutus .aboutus-text .aboutus-info-wrap p {
  padding-bottom: 10px;
}
.aboutus .aboutus-text .link-more {
  display: inline-block;
  margin-top: 10px;
}
.aboutus .aboutus-img {
  width: 480px;
  height: 420px;
  background: #efefef;
}
.title-column .title-ch {
  font-size: 32px;
  padding-right: 10px;
}
.title-column .title-ch .line {
  width: 100%;
  height: 4px;
  background-color: #547af8;
}
.title-column .title-en {
  font-size: 24px;
  padding-bottom: 4px;
  font-family: "Josefin Sans", sans-serif;
}
.product {
  padding: 30px;
  background: #fff url(../img/bg1.jpg) no-repeat center center;
}
.product .title-menu .title-menu-item {
  padding: 10px 22px;
  color: #6f7987;
}
.product .product-list {
  padding: 20px 0;
}
.product .product-list .product-item {
  width: 220px;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  padding: 10px;
  position: relative;
  height: 270px;
  transition: all 0.5s;
}
.product .product-list .product-item .product-con {
  position: absolute;
}
.product .product-list .product-item .product-con .product-img {
  width: 200px;
  height: 180px;
  overflow: hidden;
}
.product .product-list .product-item .product-con .product-img img {
  width: 200px;
  height: 180px;
  transition: all 0.5s;
}
.product .product-list .product-item .product-con .product-title {
  padding: 10px 0;
  width: 200px;
  line-height: 1.5;
  height: 50px;
  font-size: 16px;
  color: #6f7987;
  text-align: center;
  overflow: hidden;
}
.product .product-list .product-item:hover {
  background: #547af8;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.product .product-list .product-item:hover .product-con img {
  transform: scale(1.2);
}
.product .product-list .product-item:hover .product-con .product-title {
  color: #fff;
}
.yeji {
  padding: 30px 0;
  background: #fff;
}
.yeji .yeji-list {
  padding: 30px 0;
}
.yeji .yeji-list .yeji-item {
  width: 384px;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  height: 330px;
  transition: all 0.5s;
}
.yeji .yeji-list .yeji-item .yeji-con {
  transition: all 0.5s;
  height: 270px;
}
.yeji .yeji-list .yeji-item .yeji-con .product-img {
  width: 100%;
  height: 270px;
}
.yeji .yeji-list .yeji-item .yeji-con .product-img img {
  width: 100%;
  height: 270px;
}
.yeji .yeji-list .yeji-item .yeji-con .product-title {
  padding: 10px;
  text-align: center;
}
.yeji .yeji-list .yeji-item .yeji-text-w {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #547af8;
  left: 0;
  top: 0;
  padding: 20px;
  display: none;
  transition: all 0.5s;
  color: #fff;
}
.yeji .yeji-list .yeji-item .yeji-text-w .yeji-title {
  font-size: 20px;
}
.yeji .yeji-list .yeji-item .yeji-text-w .yeji-t {
  font-size: 16px;
  line-height: 1.5;
}
.yeji .yeji-list .yeji-item .yeji-text-w .more {
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.yeji .yeji-list .yeji-item:hover .yeji-con {
  display: none;
  transition: all 0.5s;
}
.yeji .yeji-list .yeji-item:hover .yeji-text-w {
  display: block;
  transition: all 0.5s;
}
.news {
  padding: 20px 0 30px;
  background: #fff url(../img/bg2.jpg) no-repeat center center;
}
.news .title-column-wrap {
  padding-bottom: 20px;
}
.news .news-con {
  background: #fff;
  padding: 20px;
}
.news .news-con .news-pop {
  width: 500px;
  height: 400px;
  background: #efefef;
}
.news .news-con .news-list {
  width: 640px;
}
.news .news-con .news-list .news-item {
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
  color: #444;
}
.news .news-con .news-list .news-item .date {
  background: #547af8;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}
.news .news-con .news-list .news-item .date .day {
  font-size: 16px;
}
.news .news-con .news-list .news-item .date .ym {
  font-size: 14px;
}
.news .news-con .news-list .news-item .text-con {
  width: 550px;
}
.news .news-con .news-list .news-item .text-con .title {
  font-size: 18px;
  line-height: 40px;
  color: #051c35;
  display: block;
}
.news .news-con .news-list .news-item .text-con .con {
  font-size: 14px;
  color: #6f7987;
  display: block;
}
.news .news-con .news-list .news-item:last-child {
  border-bottom: 0;
}
.news .news-con .news-list .news-item:hover .date {
  background: #16186d;
}
.news .news-con .news-list .news-item:hover .title,
.news .news-con .news-list .news-item:hover .con {
  color: #547af8;
}
.hezuo {
  padding: 30px 0 0;
}
.hezuo .hezuo-list {
  padding: 30px 0;
}
.hezuo .hezuo-list .hezuo-item {
  width: 220px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  height: 300px;
  transition: all 0.5s;
}
.hezuo .hezuo-list .hezuo-item .title {
  font-size: 22px;
  padding: 20px 0;
  display: block;
}
.hezuo .hezuo-list .hezuo-item .text {
  font-size: 16px;
  line-height: 25px;
  display: block;
}
.hezuo .hezuo-list .hezuo-item:hover {
  background: #547af8;
  color: #fff;
}
.jiagong {
  padding: 30px 0;
  background: #fff url(../img/bg3.jpg) no-repeat center center;
}
.jiagong .jiagong-list {
  padding: 30px 0;
}
.jiagong .jiagong-list .jiagong-item {
  width: 240px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  height: 444px;
  transition: all 0.5s;
  background: #fff;
}
.jiagong .jiagong-list .jiagong-item .jiagong-img {
  width: 240px;
  height: 222px;
  overflow: hidden;
}
.jiagong .jiagong-list .jiagong-item .jiagong-img img {
  width: 240px;
  height: 222px;
  transition: all 0.5s;
}
.jiagong .jiagong-list .jiagong-item .jiagong-text {
  width: 222px;
  height: 222px;
  padding: 20px;
  position: relative;
}
.jiagong .jiagong-list .jiagong-item .jiagong-text .text {
  font-size: 18px;
  color: #051c35;
}
.jiagong .jiagong-list .jiagong-item .jiagong-text .more {
  color: #6f7987;
  font-size: 14px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.jiagong .jiagong-list .jiagong-item:hover {
  background: #547af8;
  color: #fff;
}
.jiagong .jiagong-list .jiagong-item:hover img {
  transform: scale(1.2);
}
.jiagong .jiagong-list .jiagong-item:hover .text {
  color: #fff;
}
.jiagong .jiagong-list .jiagong-item:hover .more {
  color: #fff;
}
.friend .friend-list {
  padding: 30px 0;
}
.friend .friend-list .item {
  width: 230px;
  height: 80px;
  border: 1px solid #cdcdcd;
  display: inline-block;
}
.footer {
  padding: 30px 0 30px;
  background: #051c35;
  color: #fff;
  font-size: 14px;
  
}
.footer .foot-wrap{
   display: flex;
}
.footer .foot-wrap .foot-menu{
  width: 70%;
  display: flex;

}
.footer .foot-wrap .foot-menu dl{
   margin-left:40px;
   width: 14%;
}
.footer .foot-wrap .foot-menu dt{
  font-size: 18px;
  color:#fff;
  margin-bottom: 20px;

}
.footer .foot-wrap .foot-menu dd{
  margin-bottom: 10px;
}
.footer .foot-wrap .foot-menu dd a{
  color:#949fb2;
}
.footer .link-us {
  width: 20%;
}
.footer .code-wrap{
  width: 10%;
  text-align: center;

}
.footer .code-wrap .title{
  text-align: center;
  padding-top:10px;
}
.footer .link-us dt {
  font-size: 18px;
  color:#fff;
  margin-bottom: 20px;
}
.footer .link-us .title {
  color:#fff;
  margin-bottom: 10px;
}
.footer .link-us .text {
  color:#949fb2;
  margin-bottom: 10px;
}
.footer .link a {
  color: #fff;
  padding: 0 10px;
}
.footer .copy {
  font-size: 12px;
  color: #999;
  text-align: center;
  border-top :1px solid #22416399;
  margin-top: 10px;
  padding-top:20px;
}
.column-banner {
  height:400px;
  background: #efefef;
  width: 100%;
  display: flex;
  align-items: center;
  color:#fff;
  font-weight: bold;
  justify-content: center;
  flex-direction: column;
}

.column-banner .en-title{
  font-size:24px;
}
.column-banner .ch-title{
  font-size: 36px;
}
.column-menu{
  background-color: rgba(49,54,58,0.7);
  height: 50px;
  text-align: center;
}
.column-menu a{
   height: 50px;
    line-height: 50px;
    padding:0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    display: inline-block;
}
.column-menu .cur{
  background: #1f497d!important;
}
.column-con {
  padding: 30px 0;
}
.column-con .side-menu {
  width: 250px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
}
.column-con .side-menu .side-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  color: #fff;
  background: linear-gradient(to right, #16186d, #547af8);
}
.column-con .side-menu .sub-menu a {
  display: block;
  height: 70px;
  text-align: center;
  line-height: 70px;
  color: #6f7987;
}
.column-con .side-menu .sub-menu a:hover {
  background: #547af8;
  color: #fff;
}
.column-con .side-menu .sub-menu .cur {
  background: #f3faff;
  font-weight: bold;
}
.column-con .column-body {
  width: 100%;
  min-height: 600px;
  /* box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  padding: 30px 30px 50px; */
}
.column-con .column-body .article-title {
  text-align: center;
  font-size: 36px;
  line-height: 1.8;
}
.column-con .column-body .article-time {
  text-align: center;
  font-size: 16px;
  color:#666;
  
  padding: 15px 0;
  border-bottom: 1px solid #efefef;
}
.column-con .column-body .article-body {
  padding: 30px 0;
}
.column-con .column-body .article-body img {
  max-width: 100%;
}
.column-con .news-item {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #efefef;
  width: 100%;
  transition: 0.5s;
  color:#444;
}
.column-con .news-item .news-img {
  width: 240px;
  height: 140px;
  transition: 0.5s;
  overflow: hidden;
}
.column-con .news-item .news-img img {
  width: 240px;
  height: 140px;
  transition: 0.5s;
}
.column-con .news-item .news-bon {
  /* width: 575px; */
  flex-grow: 1;
  padding-left:30px;
  position: relative;
}
.column-con .news-item .news-bon .news-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  padding:10px 0;
}
.column-con .news-item .news-bon .news-des {
  padding-top: 5px;
  font-size: 14px;
  color:#949494;
  line-height: 24px;
}
.column-con .news-item .news-bon .news-time {
  line-height: 26px;
    font-size: 14px;
    color: #9e9e9e;
}
.column-con .news-item:hover {
  cursor: pointer;
}
.column-con .news-item:hover .news-title {
  color: #547af8;
}
.column-con .news-item:hover .news-img img {
  transform: scale(1.1);
}
.column-pic-body {
  width: 100%;
  min-height: 600px;
}
.pic-list {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
}
.pic-list .pic-w {
  height: 240px;
  width: 100%;
  border:1px solid #ccc;
  margin-bottom: 20px;
  margin-right: 22px;
  padding: 20px;
  display: flex;
  transition: all 0.5s;
}
.pic-list .pic-w .pic-box {
  width:300px;
  height: 200px;
  transition: all 0.5s;
  display: flex;
  background:#efefef;
 justify-content: center;
  align-items: center;
}
.pic-list .pic-w .pic-box img {
  max-width: 300px;
   max-height: 200px;
}
.pic-list .pic-w .pic-con-t{
     flex-grow: 1;
     padding-left:30px;
     width:1036px;
     
}
.pic-list .pic-w .pic-t {
 font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    padding: 10px 0;
}

.pic-list .pic-w .pic-con {
padding-top: 5px;
    font-size: 14px;
    color: #949494;
    line-height: 24px;
}

.pic-list .pic-w .pic-t {
 font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    padding: 10px 0;
}

.pic-list .pic-w:hover {
    border:0;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
}

.pic-list .more-btn{
    padding: 5px 20px;
    font-size: 14px;
   
    color: #fff;
    background: #1f497d;
    border-radius: 1rem;
    margin-top:20px;
    display: inline-block;
}

.pic-top {
  
  padding-bottom: 20px;
}
.pic-top .pic-wrap {
  width: 100%;
  text-align: center;
  height: 300px;
}
.pic-top .pic-wrap img {

  height: 300px;
}
.pic-top .pic-a-t {
 text-align: center;
    font-size: 36px;
    line-height: 1.8;
    margin-bottom:20px;
}
.pic-body .pic-tab {
  border-bottom: 1px solid #cdcdcd;
}
.pic-body .pic-tab span {
  padding: 15px 30px;
  display: inline-block;
  background: #1f497d;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.page-con {
  padding: 30px 0;
  min-height: 600px;
}
.page-con .page-a {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  min-height: 600px;
  width: 100%;
  padding:30px;
      line-height: 1.8;
}
.product-info{
    padding:30px 0;
}
.crumbs{
  margin-bottom: 10px;
}
.crumbs a{
  color:#444;
}



#pages{
    padding:30px 0;
    text-align: center;
}
#pages span{
    color:#051c35;
    font-weight: bold;
}
#pages a{
    padding:5px 10px;
    color:#666;
    background:#d9e1e8;
    display: inline-block;
    margin:0 5px;
}

.f14 a{color:#666;}


.yangben-title{font-size:36px;font-weight:bold;padding-bottom:10px;padding-left:20%;}
.yangben-item{font-size:24px;padding-bottom:10px;border-bottom:1px dotted #cdcdcd;padding-left:20%;display:block;color:#666;}
.yangben-item:hover{font-weight:bold;color:#547af8}

